home *** CD-ROM | disk | FTP | other *** search
- object RegDlg: TRegDlg
- Left = 426
- Top = 331
- ActiveControl = RegEdit
- BorderStyle = bsDialog
- Caption = 'Registration'
- ClientHeight = 136
- ClientWidth = 379
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 362
- Height = 83
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 20
- Top = 22
- Width = 235
- Height = 19
- AutoSize = False
- Caption = 'Enter your registration code here:'
- end
- object RegEdit: TEdit
- Left = 27
- Top = 46
- Width = 321
- Height = 21
- AutoSize = False
- CharCase = ecUpperCase
- TabOrder = 0
- end
- object RzButton1: TRzButton
- Left = 9
- Top = 99
- Default = True
- ModalResult = 1
- Caption = 'OK'
- HotTrack = True
- TabOrder = 1
- end
- object RzButton2: TRzButton
- Left = 94
- Top = 99
- Cancel = True
- ModalResult = 2
- Caption = 'Cancel'
- HotTrack = True
- TabOrder = 2
- end
- object RzButton3: TRzButton
- Left = 259
- Top = 99
- Width = 109
- Caption = 'Order Online...'
- HotTrack = True
- TabOrder = 3
- OnClick = OrderButtonClick
- end
- end
-